Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
authorTor Lillqvist <tml@novell.com>
Mon, 4 Aug 2008 22:43:57 +0000 (22:43 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 4 Aug 2008 22:43:57 +0000 (22:43 +0000)
commitf4d9ce22f48d8b61d88a11aa9b5033f46db9aaaf
tree8d40a62813675a1828ea6cf31f020cbda605631f
parent7919814bf6eb1c8209be6aebfd5c07569de96eda
Bug 544684 - Win64 issue, window handles are assumed to be 32-bit

2008-08-05  Tor Lillqvist  <tml@novell.com>

Bug 544684 - Win64 issue, window handles are assumed to be 32-bit

* gdk/gdkselection.h
* gdk/gdkselection.c
* gdk/win32/gdkselection-win32.c
* gdk/x11/gdkselection-x11.c: Change type of the requestor
window id parameter of gdk_selection_send_notify_for_display()
and gdk_selection_send_notify() from guint32 to
GdkNativeWindow.

* gdk/win32/gdkselection-win32.c: Add some guchar and char pointer
casts to get rid of gcc 4.4 warnings. Print GdkAtom values in
debugging output using the %p format.

svn path=/trunk/; revision=20991
ChangeLog
gdk/gdkselection.c
gdk/gdkselection.h
gdk/win32/gdkselection-win32.c
gdk/x11/gdkselection-x11.c